Opc.Ua.Core
InternalComplete Method



Opc.Ua.Bindings Namespace > ChannelAsyncOperation<T> Class : InternalComplete Method
Called when an asynchronous operation completes.
Syntax
'Declaration
 
Protected Overridable Function InternalComplete( _
   ByVal doNotBlock As Boolean, _
   ByVal result As Object _
) As Boolean
'Usage
 
Dim instance As ChannelAsyncOperation(Of T)
Dim doNotBlock As Boolean
Dim result As Object
Dim value As Boolean
 
value = instance.InternalComplete(doNotBlock, result)
protected virtual bool InternalComplete( 
   bool doNotBlock,
   object result
)
protected:
virtual bool InternalComplete( 
   bool doNotBlock,
   Object^ result
) 

Parameters

doNotBlock
result
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChannelAsyncOperation<T> Class
ChannelAsyncOperation<T> Members